Bitmap for UWP
LoadAsync(StorageFile,BaseTransform[]) メソッド

C1.UWP.Bitmap アセンブリ > C1.Xaml.Bitmap 名前空間 > C1Bitmap クラス > LoadAsync メソッド : LoadAsync(StorageFile,BaseTransform[]) メソッド
入力 StorageFile。
ロードする画像の変換チェーン。
StorageFile から画像をロードします。
シンタックス
'宣言
 
Public Overloads Function LoadAsync( _
   ByVal storageFile As Windows.Storage.StorageFile, _
   ByVal ParamArray transforms() As BaseTransform _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadAsync( 
   Windows.Storage.StorageFile storageFile,
   params BaseTransform[] transforms
)

パラメータ

storageFile
入力 StorageFile。
transforms
ロードする画像の変換チェーン。
参照

C1Bitmap クラス
C1Bitmap メンバ
オーバーロード一覧